Super Contest Effect
@Serializable
Super contest effects refer to the effects of moves when used in super contests. See: https://pokeapi.co/docs/v2#super-contest-effects
Parameters
id
The identifier for this resource.
appeal
The level of appeal this super contest effect has.
flavor Text Entries
The flavor text of this super contest effect listed in different languages.
moves
A list of moves that have this super contest effect.
Constructors
Link copied to clipboard
constructor(id: Int, appeal: Int, flavorTextEntries: List<FlavorText>, moves: List<Handle.Named<Move>>)